projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d339a43
)
gl texture: fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Jan 2019 03:33:44 +0000
(22:33 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 24 Jan 2019 03:33:44 +0000
(22:33 -0500)
gdk/gdkgltexture.c
patch
|
blob
|
history
diff --git
a/gdk/gdkgltexture.c
b/gdk/gdkgltexture.c
index e110b6670bf99946302ee4ce7f5b479de0c3049f..5688513528d70090ba0a33e199200234a5252717 100644
(file)
--- a/
gdk/gdkgltexture.c
+++ b/
gdk/gdkgltexture.c
@@
-189,7
+189,7
@@
gdk_gl_texture_release (GdkGLTexture *self)
*
* Note that the GL texture must not be modified until @destroy is called,
* which will happen when the GdkTexture object is finalized, or due to
- * an explicit call of gdk_
texture_release_gl
().
+ * an explicit call of gdk_
gl_texture_release
().
*
* Return value: (transfer full): A newly-created #GdkTexture
*/